home *** CD-ROM | disk | FTP | other *** search
- Path: news.dfn.de!si-nic!usenet
- From: Runu Knips <plrunu@informatik.uni-siegen.de>
- Newsgroups: comp.lang.c++
- Subject: static and dynamic classes in C++ ?
- Date: Thu, 14 Mar 1996 17:19:59 +0100
- Organization: Computer Center, University of Siegen, Germany
- Message-ID: <3148472F.41C6@informatik.uni-siegen.de>
- NNTP-Posting-Host: beatles.informatik.uni-siegen.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (X11; I; OSF1 V3.2 alpha)
-
- Hi people!
-
- 1. Is it possible to declare a class in a way that only
- dynamic instances of it may be declared ?
-
- 2. Is it also possible to declare a class in a way that
- only static (i.e. stack or data segment) instances may
- be declared ?
-
- Thanx you in advance for any answer :)
-
- Ciao
-